home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / zoomify / dog.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(dragOut).as next >
Text File  |  2005-01-10  |  129b  |  6 lines

  1. on(dragOut){
  2.    clearInterval(intervalID);
  3.    this.getImageInstance().panStop();
  4.    this.getImageInstance().updateView();
  5. }
  6.